home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / PowerMacOberon feb96 / Text / Browser.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1994-09-20  |  668 b   |  19 lines  |  [TEXT/.Ob4]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. LineElems
  5. Alloc
  6. Syntax10i.Scn.Fnt
  7. Browser.ShowDef ^
  8. Browser.ShowDef ~
  9. The Browser will automatically create a Definition Module
  10. from the symbol information contained in a compiled object file.
  11. Example:
  12.     Browser.ShowDef MenuViewers
  13. Another possibility to create a Definition Module is to use the 
  14. use module Def. Such Definition Modules also show comments, which 
  15. where included with (** .... *). To use the Browser Def you need the source
  16. code file.
  17. Def.Show ^
  18. for example Def.Show Dialogs.Mod
  19.